string_format_wrapped
Syntax:
string_format_wrapped(string, width, font, breaks)
Arguments:
| Argument Name | Type | Description |
|---|---|---|
| string | string | string to format |
| width | real | width (in pixels) to wrap at |
| font | font | (default = current font) if set, this font will be used for measurements |
| breaks | string | (default = '., !?-;:\\n\\/"') characters that allow line breaking |
Returns: (string)
Description:
Loading page...
